Skip to main content

Running Tests

From the Tests View (Sidebar)

ActionHow
Run a single testClick the ▶ icon on a test file, or right-click → Run Test
Run a folderClick the ▶ icon on a folder to run all tests inside it
Run all testsClick the ▶ icon on the tests root
Run a CSV fileClick the ▶ icon on a .csv file in the Tests view
Pick any CSVUse Run tests from CSV at the bottom of the Tests view

While a run is active, a Tests Running... item appears in the view — click it to open the Run Logs panel.


From the Editor (CodeLens)

Open any test file under .devassure/tests/:

  • YAML fileRun Test (DevAssure Agent) appears at the top of the file
  • CSV fileRun Test Rows (DevAssure Agent) appears at the top of the file

Click the CodeLens link to run that file using the current saved filter.


Run Logs Panel

The Run Logs panel streams live execution output for the active run. Open it by:

  • Clicking Tests Running... in the Tests view, or
  • Opening the bottom panel → DevAssure tab → Run Logs